From 02eda5efbc376052fcec19b41db5dda75ca4bd4b Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 23 Sep 2003 10:45:53 +0000 Subject: [PATCH] (bootstrap-clean): Fix misplaced `!'. --- lisp/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 886d82c1eca..ecbc28c0979 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -292,7 +292,7 @@ bootstrap-clean: if test -x $(EMACS); then \ $(MAKE) $(MFLAGS) autoloads; \ else \ - if ! test -r $(lisp)/loaddefs.el; then \ + if test ! -r $(lisp)/loaddefs.el; then \ cp $(lisp)/loaddefs-boot.el $(lisp)/loaddefs.el; \ fi \ fi -- 2.30.2